|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Dex Thiesant
Concordiat Black Core Alliance
4
|
Posted - 2013.01.22 05:15:00 -
[1] - Quote
Hey,
Great tool, I managed to get everything running fairly quick. The only issue I seem to be having is with the evefit bbcode.
This is what I'm seeing: http://imgur.com/tvUw2rt
I tested it in Chrome Version 24.0.1312.52 m as well as the IGB and I get the same result. I'm also using the latest version of your mod which is 6.1.2 .
Any thoughts?
Thanks,
Dex |

Dex Thiesant
Concordiat Black Core Alliance
4
|
Posted - 2013.01.22 05:30:00 -
[2] - Quote
Dex Thiesant wrote:Hey, Great tool, I managed to get everything running fairly quick. The only issue I seem to be having is with the evefit bbcode. This is what I'm seeing: http://imgur.com/tvUw2rtI tested it in Chrome Version 24.0.1312.52 m as well as the IGB and I get the same result. I'm also using the latest version of your mod which is 6.1.2 . Any thoughts? Thanks, Dex
Please disregard. I was using a custom theme that didn't inherit from pro-silver. I just had to add your css file and it worked like a charm. Again, beautiful work.
Dex |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.01.27 23:16:00 -
[3] - Quote
I'm getting strange functionality when trying to add the teamspeak UID.
Sometimes I get the timeout error message (how can I increase the timeout?).
Sometimes it says the users profile was updated successfully but when go back to the profile page the key did not save and the user was not updated on TS.
Any thoughts?
I was getting this with both the previous version and the latest. |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.01.28 02:36:00 -
[4] - Quote
Cyerus wrote:
Sounds like a bad connection between your forum and your TeamSpeak server. Can you copy/paste the full time-out error you receive?
As for the "Succesfully updated" while being empty basicly means that something in the connection went wrong, meaning that nothing was updated. Not sure why it doesn't throw an error though, might need to change that behavior a bit in the future.
Sorry I missed you in game.
I'm not getting an error because in /includes/eveapi/functions_eveapi.php inside the eveapi_setTeamSpeakGroups function you have most of that code inside of a try/catch but just eat the exception.
I added the following line inside the catch block:
Quote:add_log('user', $user_id, 'Error updating server group.', $e->getMessage(), $e->getTraceAsString());
Which is how I found out that my connection to the TS query port was being refused.
I was kind of in a rush so I didn't have time to do it proper. I'd would have preferred to have it as an error message instead of a user log message. In a future update can you add that? It'll save a lot of time with troubleshooting. |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.02.12 01:10:00 -
[5] - Quote
Hey Cyerus,
In your new installation video you mentioned creating a new video to go into detail regarding setting up ejabberd. Have you had a chance to do this yet or do you have a set of instructions on how to do it? I just set up ejabberd and just wanted to know where to put the jabber side script and if there were any additional configuration details.
If you don't have it, no worries. I really just need to know where to put that script and I can take care of the rest.
Dex |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.02.12 02:17:00 -
[6] - Quote
Cyerus wrote: I haven't had the time to create a video on the ejabberd stuff yet, no.
I created a special directory on my VPS (running Ubuntu server) for that file; /opt/ejabberd/ejabberd_side.php With whatever user you run ejabberd with, you need to give that user execute rights for the file and folder. Last but not least you'll need to edit the ejabberd configuration file to use external auth with the path to the ejabberd_side.php script ( /opt/ejabberd/ejabberd_side.php in my case ).
Oh, and don't forget to edit the fields in the ejabberd_side.php file that I showed in the video.
And for some reason I also keep forgetting to mention that characters with a space in their names should change that to an underscore ( _ ) as Jabber doesn't support spaces in usernames. Monkey Pie username on forums becoming Monkey_Pie username on Jabber. Does not apply to passwords!
Perfect. The only thing I'd like to add is that there is apparently a limitation on your secret key. I tried using a 36 char GUID as the key but it apparently didn't save it all.
As always, awesome work! Thanks so much for making my life soooo much easier lol. |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.02.12 07:42:00 -
[7] - Quote
Unhold wrote:Hi Cyerus,
could you please help me with this styles? I'm using a different style and the evefit is not showing the icons in the display. They are listed below. With the prosilver everything works fine. What do I need to put where to modify my style?
Thanks for your help!
Unhold
I had this same problem when trying to use a style that did not inherit from pro-silver. Theoretically my changes should work for you, but there is a chance your theme was not set up the same as mine.
Copy 'eveapi_fitting.css' from the prosilver 'theme' directory into the 'theme' directory of your theme. Inside that same theme directory should be a file called 'stylesheet.css' . Mine has a bunch of import statements like so:
Quote:@import url("common.css"); @import url("links.css"); @import url("content.css"); @import url("buttons.css"); @import url("cp.css"); @import url("forms.css"); @import url("tweaks.css"); @import url("colours.css");
All you need to do is add one for the eveapi_fitting.css file like so:
Quote:@import url("eveapi_fitting.css");
Essentially, all this is doing is adding the eveapi_fitting.css styles into your existing theme. You'll want to make sure you have the import after all the others so that it is the last stylesheet to be applied. Otherwise one of the others may override it. |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.03.01 17:01:00 -
[8] - Quote
Aron Fox wrote: i dont know how many times i owerwritten my files with your new ones but it aint helping. it keeps invalidating my users! I did as you last said in doubts of myself but now i know for 100% that i overwrote and im really sure i did it all the other 4 times i resintalled the same dam mod. this is starting to become like those movies when im a "kind" (or considerd as one) whenre i claim i seen somethign un beliveable and all the adults just says "you muate have been mistake, its just your imagination" and later in the movie they get right and nobody belived them but if they did the problemd could have allready been fixed.
in other words, please trust me on this, somethign is wrong with your code, i dont know where but at random times it invalidates my users and on order to spare my users from having to reactivate themsale with the same API they used before (as it still works) i am manually activating them. I have to watch the admin log as a hawk to restore their status.
Hey Aron,
I had this issue when I first started using the mod. It will deactivate users if it encounters an error fetching the API data. So if CCP is having a problem with their API and you poll during that time you're probably going to end up with deactivated users. Also, I found that this was happening a lot as my user base started to grow. I was running the job every 30 minutes, but I was having a lot of issues with user deactivating (due to invalid API and not the mod). I had to drop it back to an hour, and eventually even another hour. Currently I'm running the poll every two hours and since I dropped it back I haven't had any false positives when it came to users being deactivated. I'm also running this for an alliance, currently my user base is approx 170 users and growing.
Hope this helps.
Dex |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.03.15 14:22:00 -
[9] - Quote
Ravik Scrits wrote:Troy Aihaken wrote:No problem :) if you can create me a temporary admin account so i can gave a look. You can trust me, i have done this for people using temars eve api for smf :) I cant give u admin but here is a pic of the issue. it looks like a floating css issue but that is as far as i can guess IssueRavik
This is caused by not having the CSS files in the right place. If your theme doesn't inherit from the default one then you'll run into this issue. You'll need to add the css files to your theme folder and import them in your themes default stylesheet.
Dex |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.04.23 20:32:00 -
[10] - Quote
Eldar Cordor wrote:Hi. I have problem. When I try to registrate new user on my forum, show error : Character not found -> "user_name" KeyID & vCode I verified in other apps. in what could be the problem?
Their username has to be the same name as the character on the key. For example, when I registered with my key my username had to be "Dex Thiesant".
|
|

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.04.24 20:24:00 -
[11] - Quote
Zella Polaris wrote:I have a problem. Site was working fine, didn't change anything, when all the sudden the cron appears to now longer work properly: Quote:Standings Character -> Zella Polaris EVE API HTTP error: 404 -> Not Found And not just for standings, but for each character. What happened? Is the EVE API site down? Or did something get fubared within my site without me touching it?
The API being down is most likely the cause. I've been receiving errors with EveMon that suggest the same thing. |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.07.30 03:59:00 -
[12] - Quote
So I just updated to the latest version and I'm getting the following error:
{Could not validate users TeamSpeak UID. Resetting to empty.} Dex ThiesantCQS5/1z8RJCo29Qn/u1KxtQBHag=
I get it for every character I try to update. They've all been signed into TS before so it's not an issue with them missing from the db. Looking at the error it looks like there is some weird concatenation error.
Looking into it further. I'll let you know what I find. |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.07.30 15:48:00 -
[13] - Quote
Yugo Reventlov wrote:So upgrading to a new version of the mod, is it just uninstalling, uploading new mod and installing the newest version using Automod?
I'm already on 6.2.2 so i'm on the latest phpBB and the latest automod.
Do I lose any settings or configuration when doing this? (I'm thinking about the Alliance-Corporation vs forum groups, special groups, etc)
Yes. Be sure to take a back up first.
1. Uninstall through automod 2. Delete the package from automod 3. Upload and install new package through automod 4. Navigate to http://yourdomain.com/install and run an update from there 5. Delete the /install folder from step 4
I think that about covers it. |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.08.10 00:56:00 -
[14] - Quote
Aluminy wrote:the cron is successfully kicking people from forum and disabling account however, not removing them from their TS groups that are attached to their registration?
any ideas?
Do those accounts have valid teamspeak unique id's?
Are any of those TS groups marked as being immune to API checks? |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.08.10 00:59:00 -
[15] - Quote
Subsparx wrote:I would love it if at some point there was a config/install guide that wasn't a Youtube video, or at the very least if links were put in the Youtube video to specific sections, mostly because I've just spent the last 30 minutes skipping around in your videos and haven't found an answer to how to set the minimum required access mask yet. Is there a configuration section for this or do I have to manually edit a file?
If you need to change it from the default you'll have to find and edit it in the php file. There is not a setting for it. |

Dex Thiesant
Concordiat Spaceship Samurai
4
|
Posted - 2013.08.26 17:41:00 -
[16] - Quote
Juno Libertas wrote:I am still having problem saving Teamspeak UIDs through ACP and UCP anyone have any hints?
It may be an issue communicating with your teamspeak server. Go under the maintenance section of the forum and check for any errors. |
|
|
|